Follow the instructions below to build psm4j:
psm4j use maven 2 to build, so you have to install maven 2 first.
Check out the source code at scm:cvs:pserver:anonymous@cvs.sourceforge.net/cvsroot/psm4j. You can use TortoiseCVS or other CVS client to do the job.
If you have maven 2 installed, just type "mvn package" to build the psm4j. That's all.
You can use psm4j from command line interface. But the reporting work has not finished yet by now, you can just get a result store in xml.
A maven 2 plugin is in the wishlist, you can use psm4j in maven when this work completed.