Hi Christina,
We didn't experience problems with artefact dependencies so far. You mention a very interesting behaviour.
We only used standard libraries and open source libraries which are all available in the community.
It could be that we added some libs to our Maven repository because they were not in the Maven Repo available.
But we didn't use any propretiary libs.
From that point of view you should be easily able to resolve our dependencies and build the project.
Important is only that you use only our XACML implementation (which can be found at
http://svn.herasaf.org/herasaf-xacml/*).
If you check out all modules of it...
herasaf-xacml, herasaf-xacml-assembly, herasaf-xacml-conformancetests, herasaf-xacml-core, herasaf-xacml-evaluatablepreprocess, herasaf-xacml-integrationtests, herasaf-xacml-locator, herasaf-xacml-pdp, herasaf-xacml-persistence, herasaf-xacml-referenceloader and herasaf-xacml-stresstests
...you should be able to build by running "mvn clean install" on the module "herasaf-xacml". It will then build all submodules too.
For the other components (PAP, PEP etc..) we can not garuantee yet that all libs are completely resolvable.
But the XACML implementation should build by itself.
Missing artefacts could be e.g. libs from Sun (javax.*) because they need to be downloaded manually.
If you still experience difficulties with our dependencies, we would be happy to help you.
To be able to reproduce your build problems it would be necessary for us to see your Maven output (to check which artefacts are missing).
Maybe you would also send us your Maven settings and pom files.
Regards,
René