I'd suggest to be focused on solutions based on jsr-170 or better on JSR-283 specification which is implemented by Apache Jackrabbit.
It depends what do you need it for. I'd be interested in support for portlet specification and which portals the cms supports and how deep is the integration in addition to simple view layer. Portals provide you with the wrapping for CMS, so that you don't have to create it by yourself.
These are solutions that I've worked with or played with.
Apache Sling - First off, I would give a shot to Apache Sling, because I consider this a good Programmable Java CMS in form of a web framework that helps you with UI, user management and stuff in form of REST, various request processing like json, and other standards that helps you with building CMS. So that it is easier that employing just jackrabbit. It practically provides visualization of Items(nodes/properties) in Jackrabbit via templating system, you may use jsp or scripting (javascript, groovy etc.). There is also nice backend.
Hippo CMS - Another jackrabbit based solution, smart technologies and architecture and overall features. They've done very nice step forward with the jetspeed 2 portal integration. I just tried Hippo portal recently and investigated Hippo in detail and I'm really impressed.
magnolia-cms - The advantage of Magnolia is that it supports both JackRabbit and ModeShape, otherwise I don't know it much to judge it. RetHat chose it to build its JBoss.org on it.
Nuxeo - Nuxeo dropped support for JCR and came up with their own content engine. Maybe not-invented-here syndrom, but I don't find this decision wise. I don't like anything that doesn't accept well-proofed standards and specification. Mainly because you learn the spec. once and then you understand everything that implements that specification. I really wouldn't want to deal with nuxeo-specific idiosyncrasies, spending long hours learning what they created or resolving nuxeo cms engine specific bugs.
Alfresco for document management / ECM oriented solution - a lot of features, integration options, tons of technologies to learn for a developer to be able to utilize it entirely, like spring surf for UI
Jackrabbit itself if you have capable developers to build it according to your needs. And tons of time available for creating UI.
ModeShape it's more or less similar to jackRabbit, which is more featureless than ModeShape...jackRabbit is a little behind JCR reference implementation (UserManager + Principal-Based ACL, etc.) ModeShape is far behind reference implementation. Future releases should have even UI layer, so it seems to be a perspective project too. See comparison. It's the second day I'm developing a repository with ModeShape and I must say that it is on of the best projects I know, regarding design, ease of use, ideas, maintainability and documentation. Right now I'm refactoring document processing (metadata/text extraction) into its Sequencers...like it a lot
- they say it can or will be possible combine these two, but I didn't find any information about that
GATEIN platform solution: http://wiki.exoplatform.com/xwiki/bin/view/JCR/eXo+JCR+Implementation
- It's interesting especially since the exo+JBoss partnership. You'd need as much time as you needed with liferay imho :-)
Also it is very important to check for AtomPub support. This standard/protocol RFC 5023 is stronger and stronger and it plays an important role in information exchange. CMS should be able to import / export content via AtomPub, or at least have good documentation for integration with AtomPub server like Apache Abdera. For instance, Google bet on AtomPub everything if you look at the way its APIs are done.
Secondly CMIS support is also welcome, because your repository then could be easily accessible by third parties. For instance you could mount it in Liferay document library and CRUD the content.
I've been using Liferay for 2 years now and I love it. Although it is a wrong decision to utilize it for content management solution to build it on top of it. It has Document Library and good web content management, document webflow etc., but itself it doesn't adhere to any CMS specification/standards, which is necessary for third party developers to extend/modify it. It has its own system that works great for Liferay's document management and integration with third party repositories. But I don't recommend to use it for building anything on top of it. It's just a Portal that contains ECM,WCM and document management.. You have out of the box solution that works nice, but you have hard times to pimp it out with new features.